From: Keir Fraser Date: Tue, 15 Jan 2008 14:27:15 +0000 (+0000) Subject: Update version to 3.3-unstable. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14445^2~43^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=2bdb8485df02745a98ec4922e8a88d073af653b6;p=xen.git Update version to 3.3-unstable. --- diff --git a/xen/Makefile b/xen/Makefile index 150177e700..60b578c051 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -1,8 +1,8 @@ # This is the correct place to edit the build version. # All other places this is stored (eg. compile.h) should be autogenerated. export XEN_VERSION = 3 -export XEN_SUBVERSION = 2 -export XEN_EXTRAVERSION ?= .0-rc6$(XEN_VENDORVERSION) +export XEN_SUBVERSION = 3 +export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version